home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / edebug.doc < prev    next >
Text File  |  1980-07-16  |  988b  |  29 lines

  1. Hello, all E-ers.
  2. Would You like to debug Your program directly from CED? I do.
  3. Here are two files needed for this. They are *both* necessary.
  4. All You have to do is to copy them to e:rexx and install the
  5. Edebug.rexx in CED (Special/ DOS/Arexx Interface/ Install...).
  6. Why can't it be one file?
  7. The EDBG needs the debugged file to be in the CURRENT directory.
  8. I don't know why, but it was impossible to change the current
  9. directory from the ARexx script. I tried
  10.  
  11. ADDRESS COMMAND
  12. 'cd ' path
  13.  
  14. but it didn't work. So it had to be done in a separate script
  15. file. Maybe it's not very professional, but it works.
  16. BTW, if someone knows WHY the cd command doesn't work in the
  17. ARexx-CED script, please email me and try to explain (I'm not
  18. very good in ARexx...).
  19.  
  20. WARNING: Use at Your OWN risk. This script cannot do
  21. any harm to Your system or Your sources, but...
  22.  
  23. Sebastian Witkowski
  24. Warsaw, Poland
  25. gorbadok@plearn.edu.pl
  26.  
  27. PS Of course You have to have the 3.1a version, which contains
  28. the EDBG.
  29.